home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / mca / Makefile < prev   
Encoding:
Makefile  |  2008-12-24  |  170 b   |  8 lines

  1. # Makefile for the Linux MCA bus support
  2.  
  3. obj-y    := mca-bus.o mca-device.o mca-driver.o
  4.  
  5. obj-$(CONFIG_MCA_PROC_FS)    += mca-proc.o
  6. obj-$(CONFIG_MCA_LEGACY)    += mca-legacy.o
  7.  
  8.